home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / scheme / scheme2c / rec-28se.pat / sources / I386 next >
Encoding:
Text File  |  1994-06-30  |  404 b   |  30 lines

  1. #
  2. # This is the header file for constructing make files for I386 processors.
  3. #
  4.  
  5. .SUFFIXES:
  6. .SUFFIXES:    .o .c .sc .s .u
  7.  
  8. # Processor name:
  9.  
  10. cpu = I386
  11.  
  12. # Default flags to use when invoking the C compiler.
  13.  
  14. CFLAGS = -O -DSYSV
  15. CC = gcc
  16.  
  17. # Assembly language object files.
  18.  
  19. Aruntime = i386.o 
  20.  
  21. # Profiled library
  22.  
  23. Plib =
  24.  
  25. # Heap size in megabytes for the compiler.
  26.  
  27. scheapmb = 4 -scl 40
  28.  
  29. # End of I386 header.
  30.